From 6452e64c382ff72e886c30f955bfabfe658054d9 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 6 Jan 2006 19:54:00 +0000 Subject: [PATCH] Ooopsy. Forgot to terminate the options list. --- gpsbabel/yahoo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/yahoo.c b/gpsbabel/yahoo.c index dfc16aca2..60a365a6a 100644 --- a/gpsbabel/yahoo.c +++ b/gpsbabel/yahoo.c @@ -33,7 +33,7 @@ arglist_t yahoo_args[] = { {"addrsep", &as, "String to separate concatenated address fields (default=\", \")", ", ", ARGTYPE_STRING }, - + {0, 0, 0, 0, 0} }; static xg_callback wpt_s, wpt_lat, wpt_lon, wpt_e; -- 2.30.2